home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Forespace < prev    next >
Text File  |  1999-08-04  |  941b  |  64 lines

  1. // Forespace
  2. // by: Cnx@email.com
  3. //
  4. // Inspiration: Watched a morph from Tunnel Vision to Spikes and
  5. // this came out of my work to try to recreate one of the effects.
  6. // The acutal effect is still a work in progress...
  7. //
  8. // Source: Mix and match code from several different sources...
  9. // Thanks whoever made them, I appreciate the help.
  10.  
  11. // Sample often
  12. Resn=1,
  13.  
  14. // Refresh quickly
  15. Durn=".5",
  16.  
  17. // Move back and forth a smidge
  18. CamX="150 + sin(t) * 5",
  19. CamY="5 * sin(t)",
  20. CamZ="3 + 5 * -2",
  21.  
  22. CmLX="40",
  23. CmLY="0",
  24. CmLZ="0",
  25.  
  26. CUpX="0",
  27. CUpY="0",
  28. CUpZ="1",
  29.  
  30. // Initial line color is white
  31. LvlR="1",
  32. LvlG="1",
  33. LvlB="1",
  34.  
  35. // Line width changes by time.. thanks Electroscope
  36. LWdt="1 + 2 * sqwv(1+dt)",
  37.  
  38. // Blue with green high's
  39. R="0",
  40. G="mag(s) * 2 - dt * 1.5",
  41. B="1 - dt",
  42.  
  43. widt=510,heig=320,
  44.  
  45.  
  46. ConL=1,ConB=0,
  47.  
  48.  
  49. Fall=".5",
  50.  
  51. C0="40 * cos(dt)",
  52.  
  53. X="dt * 120",
  54. Y="80 * s - 40",
  55. Z="c0 * mag( s ) - 12",
  56.  
  57.  
  58. Scal="1040",
  59. ScSz=10,
  60.  
  61. Pers="55",
  62.  
  63. Vers=30
  64.